@import url("./nav.css");
@import url("./footer.css");

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body{
    height: 100%;
    width: 100%;
}

.studentstr{
    height:max-content;
    width: 100%;
    /* border: 1px solid black; */
    align-items: center;
    justify-content: center;
    overflow-x:auto;
    background-color: #47474717;
    margin-bottom: 5px;
    box-shadow: 1px 1px 10px 1px gray;
    
}

.studentstr table{
    margin: 4px auto;
    width:1000px;
    height:400px;
    text-align: center;
    font-size: 18px;
}

#rowc{
    background-color: #9695954b;
}